home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6618 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  811 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: sguit@aol.com (SGUIT)
  3. Newsgroups: comp.lang.c++
  4. Subject: Help with ERROR message
  5. Date: 10 Feb 1996 01:31:53 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4fhe4p$2f6@newsbf02.news.aol.com>
  9. Reply-To: sguit@aol.com (SGUIT)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12. I'm using Visual C++ version 1.52 using app wizard with an SDI View class
  13. and  Document class. When I compile in release mode, I get the following
  14. warning:
  15.  
  16. warning C4703: 'CPmixDoc::Serialize' : function too large for global
  17. optimizations
  18.  
  19. Is this a problem, or can I just ignore it. I do plan on adding a lot more
  20. variables
  21. to the Serialize function in the Document class where this function
  22. resides.
  23.  
  24. Thanks......Steve     
  25. SGUIT@aol.com
  26.  
  27.